QuickOPC User's Guide and Reference
Create(IEnumerable<AEEventsSubscriptionArguments>) Method



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Reactive Namespace > AENotificationObservable Class > Create Method : Create(IEnumerable<AEEventsSubscriptionArguments>) Method
Contains the enumerable of OPC events to be observed.
Creates a new notification observable for multiple OPC events given by OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.AEEventsSubscriptionArguments objects.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Overloads Shared Function Create( _
   ByVal arguments As IEnumerable(Of AEEventsSubscriptionArguments) _
) As AENotificationObservable
'Usage
 
Dim arguments As IEnumerable(Of AEEventsSubscriptionArguments)
Dim value As AENotificationObservable
 
value = AENotificationObservable.Create(arguments)

Parameters

arguments
Contains the enumerable of OPC events to be observed.

Return Value

Returns an observable for notifications about given OPC events.
Remarks
The AEReactive.DefaultClientSelector selector will be used for OPC Alarms&Events operations.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also